home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 January / EnterCD 0105.iso / Grafika / DigiBookShelf 11.0 / D110TRENG.EXE / HELP / regist.swf / scripts / frame_30 / DoAction.as
Encoding:
Text File  |  2004-09-21  |  273 b   |  14 lines

  1. if(_root.is_connect == 1)
  2. {
  3.    swf_url = "http://www.kuraemon.com/software/regist/" + productid;
  4.    loadMovie(swf_url,_root.baseMC.targetMC);
  5.    load_state = true;
  6. }
  7. else if(_root.is_connect == "")
  8. {
  9.    load_state = false;
  10. }
  11. else if(_root.is_connect == 0)
  12. {
  13. }
  14.